isClientMuted

@get:JvmName(name = "getIsClientMuted")
@set:JvmName(name = "setIsClientMuted")
var isClientMuted: Boolean
Controls whether or not the phone / clients should mute the current channel
Useful for noisy public channels you don't necessarily want to disable

bool is_client_muted = 2;